home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclx7.5a- / tclx7 / usr / local / tclX / 7.5a-a2 / help / Tcl.brf < prev    next >
Encoding:
Text File  |  1995-11-14  |  3.4 KB  |  69 lines

  1. tcl/control/break    Abort looping command
  2. tcl/control/case    Evaluate one of several scripts, depending on a given value
  3. tcl/control/catch    Evaluate script and trap exceptional returns
  4. tcl/control/continue    Skip to the next iteration of a loop
  5. tcl/control/error    Generate an error
  6. tcl/control/eval    Evaluate a Tcl script
  7. tcl/control/exit    End the application
  8. tcl/control/for    ``For'' loop
  9. tcl/control/foreach    Iterate over all elements in a list
  10. tcl/control/if    Execute scripts conditionally
  11. tcl/control/interp    Create and manipulate Tcl interpreters
  12. tcl/control/load    Load machine code and initialize new commands.
  13. tcl/control/proc    Create a Tcl procedure
  14. tcl/control/rename    Rename or delete a command
  15. tcl/control/return    Return from a procedure
  16. tcl/control/source    Evaluate a file as a Tcl script
  17. tcl/control/switch    Evaluate one of several scripts, depending on a given value
  18. tcl/control/uplevel    Execute a script in a different stack frame
  19. tcl/control/while    Execute script repeatedly as long as a condition is met
  20. tcl/files/close    Close an open file
  21. tcl/files/eof    Check for end-of-file condition on open file
  22. tcl/files/file    Manipulate file names and attributes
  23. tcl/files/flush    Flush buffered output for a file
  24. tcl/files/gets    Read a line from a file
  25. tcl/files/glob    Return names of files that match patterns
  26. tcl/files/open    Open a file
  27. tcl/files/puts    Write to a file
  28. tcl/files/read    Read from a file
  29. tcl/files/seek    Change the access position for an open file
  30. tcl/files/tell    Return current access position for an open file
  31. tcl/intro/syntax    Summary of Tcl language syntax.
  32. tcl/libraries/library    standard library of Tcl procedures
  33. tcl/libraries/unknown    Handle attempts to use non-existent commands
  34. tcl/lists/concat    Join lists together
  35. tcl/lists/join    Create a string by joining together list elements
  36. tcl/lists/lappend    Append list elements onto a variable
  37. tcl/lists/lindex    Retrieve an element from a list
  38. tcl/lists/linsert    Insert elements into a list
  39. tcl/lists/list    Create a list
  40. tcl/lists/llength    Count the number of elements in a list
  41. tcl/lists/lrange    Return one or more adjacent elements from a list
  42. tcl/lists/lreplace    Replace elements in a list with new elements
  43. tcl/lists/lsearch    See if a list contains a particular element
  44. tcl/lists/lsort    Sort the elements of a list
  45. tcl/lists/split    Split a string into a proper Tcl list
  46. tcl/math/expr    Evaluate an expression
  47. tcl/math/incr    Increment the value of a variable
  48. tcl/processes/exec    Invoke subprocess(es)
  49. tcl/processes/pid    Retrieve process id(s)
  50. tcl/status/cd    Change working directory
  51. tcl/status/history    Manipulate the history list
  52. tcl/status/info    Return information about the state of the Tcl interpreter
  53. tcl/status/pwd    Return the current working directory
  54. tcl/strings/append    Append to variable
  55. tcl/strings/format    Format a string in the style of sprintf
  56. tcl/strings/regexp    Match a regular expression against a string
  57. tcl/strings/regsub    Perform substitutions based on regular expression pattern matching
  58. tcl/strings/scan    Parse string using conversion specifiers in the style of sscanf
  59. tcl/strings/string    Manipulate strings
  60. tcl/strings/subst    Perform backslash, command, and variable substitutions
  61. tcl/time/time    Time the execution of a script
  62. tcl/variables/array    Manipulate array variables
  63. tcl/variables/global    Access global variables
  64. tcl/variables/set    Read and write variables
  65. tcl/variables/stdvars    Variables used by Tcl
  66. tcl/variables/trace    Monitor variable accesses
  67. tcl/variables/unset    Delete variables
  68. tcl/variables/upvar    Create link to variable in a different stack frame
  69.